CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 文本 聚类

搜索资源列表

  1. lindatanetwork1.rar

    0下载:
  2. 主要是数据挖掘中的文本挖掘算法及其分析,其中包括层次聚类,空间向量模型等,处理对象有对于网页的也有针对纯文本的。,Mainly in data mining and analysis of text mining algorithms, including hierarchical clustering, vector space model to deal with subjects of the pages are for plain text.
  3. 所属分类:MultiLanguage

    • 发布日期:2017-05-30
    • 文件大小:12307968
    • 提供者:林岩峰
  1. LJClusterDemo

    0下载:
  2. 文本聚类是基于相似性算法的自动聚类技术,自动对大量无类别的文档进行归类,把内容相近的文档归为一类,并自动为该类生成特征主题词。适用于自动生成热点舆论专题、重大新闻事件追踪、情报的可视化分析等诸多应用。 灵玖Lingjoin(www.lingjoin.com)基于核心特征发现技术,突破了传统聚类方法空间消耗大,处理时间长的瓶颈;不仅聚类速度快,而且准确率高,内存消耗小,特别适合于超大规模的语料聚类和短文本的语料聚类。 灵玖文档聚类组件的主要特色在于: 1、速度快:可以处理海量规模
  3. 所属分类:software engineering

    • 发布日期:2017-04-10
    • 文件大小:1100725
    • 提供者:lingjoin
  1. demo

    1下载:
  2. 实现数据挖掘的几个算法,包括模糊聚类,K均值,以及K近邻等聚类算法-Some of the implementation of data mining algorithms, including fuzzy clustering, K-means, as well as neighbors, such as clustering algorithm K
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-28
    • 文件大小:256007
    • 提供者:Haha
  1. K-means_clustering_demo

    0下载:
  2. K-均值聚类算法 vc++图形演示程序-K-means clustering algorithm c++ demo program
  3. 所属分类:Other systems

    • 发布日期:2017-03-28
    • 文件大小:75604
    • 提供者:leo
  1. PLSA

    0下载:
  2. PLSA 的Java实现,可以用于图像处理,文本分类,文本聚类等-code of PLSA in JAVA
  3. 所属分类:MultiLanguage

    • 发布日期:2016-01-24
    • 文件大小:1808
    • 提供者:朱俊
  1. textFCM

    0下载:
  2. 应用FCM(模糊c均值聚类)算法到文本聚类 采用两种方法计算文本相似度 采用ShootSeg分词 采用sogou互联网词库简化特征值计算-err
  3. 所属分类:MultiLanguage

    • 发布日期:2017-03-24
    • 文件大小:17833
    • 提供者:苏宁
  1. KClustering

    0下载:
  2. k-聚类算法-k- gathers a kind of algorithm
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-12-09
    • 文件大小:18717
    • 提供者:成伟明
  1. extract_document

    0下载:
  2. 这是一个提取 Reuter-21578 的程序, 用做自然语言处理, 文本分类聚类,和信息检索的测试集!-This is an extract of the Reuter-21578 procedure, used for natural language processing, text classification clustering, and information retrieval test collection!
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-06-01
    • 文件大小:11928072
    • 提供者:李成华
  1. Clustering

    0下载:
  2. 用于文本的聚类,里面包含两个java文件,需放在同一个包内-For text clustering, which contains two java files, need to be placed within the same package
  3. 所属分类:Java Develop

    • 发布日期:2017-03-30
    • 文件大小:3004
    • 提供者:roler0207
  1. KAV

    0下载:
  2. KAV是利用Visual C++ 6.0编写的一个小程序,能实现对特定数据结果的文本数据进行聚类分析,所使用的聚类方法是K均值。 -KAV is the use of Visual C++ 6.0 to prepare a small procedure to achieve the outcome of specific data on the text data clustering analysis, the use of the K-means clustering method.
  3. 所属分类:GIS program

    • 发布日期:2017-03-30
    • 文件大小:64401
    • 提供者:随风
  1. kmeans

    0下载:
  2. java k均值源码,实现了k-means的算法,并给出界面显示。实例中通过二维空间中的点进行聚类。-java k-means algorithm, display the cluster result on the two demension.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:8449
    • 提供者:徐廷
  1. Ncut

    0下载:
  2. 本文介绍了web文本聚类的流程,着重介绍了Normalized Cut谱聚类的原理和算法,提出以Minimum cut作为类内部的内聚强度作为衡量Normalized Cut的迭代停止条件
  3. 所属分类:Search Engine

    • 发布日期:2017-03-24
    • 文件大小:874733
    • 提供者:cc
  1. k-means_Program

    0下载:
  2. k-means 算法接受输入量 k ;然后将n个数据对象划分为 k个聚类以便使得所获得的聚类满足:同一聚类中的对象相似度较高;而不同聚类中的对象相似度较小。聚类相似度是利用各聚类中对象的均值所获得一个“中心对象”(引力中心)来进行计算的。 -k-means algorithm to accept input k then n-k of data objects into a cluster in order to make the cluster available to meet: t
  3. 所属分类:Java Develop

    • 发布日期:2017-03-29
    • 文件大小:930292
    • 提供者:Chenguang
  1. 111

    0下载:
  2. 有关层次聚类的源码,对于文本聚类有一定作用。-Hierarchical clustering,Text Clustering
  3. 所属分类:Other systems

    • 发布日期:2017-04-16
    • 文件大小:51689
    • 提供者:殷梦妮
  1. TextClusteringKmeans

    0下载:
  2. 从文本文件读入文本,分词,去停顿词,然后利用kmeans进行文本聚类-Text Clustering with K means
  3. 所属分类:CSharp

    • 发布日期:2017-03-31
    • 文件大小:5019
    • 提供者:xiaoguang
  1. Kmeans

    0下载:
  2. K-means算法实现文本聚类,Java实现的版本-K-means algorithm for text clustering
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:15650
    • 提供者:zhaoliyong
  1. FCM

    0下载:
  2. 基于遗传FCM算法的文本聚类,FCM算法运用到文本中-Based on genetic FCM clustering algorithm, FCM algorithm is applied to the text
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-03-30
    • 文件大小:609058
    • 提供者:peter
  1. DBSCAN Clustering

    3下载:
  2. 基于matlab的dbscancluster的实现可用于文本聚类(The implementation of dbscancluster based on Matlab can be used for text clustering)
  3. 所属分类:其他

    • 发布日期:2017-12-30
    • 文件大小:19456
    • 提供者:`BUGBOY
  1. 文本分析聚类实战

    2下载:
  2. 文本挖掘是从大量的文本数据中抽取隐含的,求和的,可能有用的信息。 通过文本挖掘实现 ?Associate:关联分析,根据同时出现的频率找出关联规则 ?Cluster:将相似的文档(词条)进行聚类 ?Categorize:将文本划分到预先定义的类别里(Text mining is a kind of information that is extracted from a large number of text data, which may be useful. Implementa
  3. 所属分类:文章/文档

    • 发布日期:2018-04-20
    • 文件大小:283648
    • 提供者:IS-Rookie
  1. textclustering-master

    0下载:
  2. 对于大文本进行挖掘聚类,该方法不考虑文字词语出现的频率信息,考虑上下文语境,将所有的字根据预定义的特征进行词位特征学习,获得一个训练模型。然后对待分字符串的每一个字进行词位标注,最后根据词位定义获得最终的分词结果。(Digging for large text clustering, the method does not consider the text word frequency of information, considering the context, all the words
  3. 所属分类:数据挖掘

    • 发布日期:2018-04-21
    • 文件大小:15491072
    • 提供者:富贵再三123
« 1 23 4 5 6 7 8 »
搜珍网 www.dssz.com